Skip to content

Bump nerves_runtime from 0.13.9 to 0.13.11#245

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/nerves_runtime-0.13.11
Closed

Bump nerves_runtime from 0.13.9 to 0.13.11#245
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/nerves_runtime-0.13.11

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2026

Bumps nerves_runtime from 0.13.9 to 0.13.11.

Release notes

Sourced from nerves_runtime's releases.

v0.13.11

This change adds a simple firmware validator for Nerves devices that validate their firmware the first time it's run. It's optional and the default is to not use it. This is useful for all Nerves systems that require validation on boot and is intended to ease the change on the Raspberry Pi "2.0" Nerves systems.

The simple firmware validator only checks that all OTP applications have started up successfully. If you already have a firmware validator, you can just ignore this.

If you don't know if you need a firmware validator, you likely don't since your device boots with the assumption that the firmware will work. If you need to run fw_validate or Nerves.Runtime.validate_firmware/0 every time you load new firmware, then you'll want some code to do it automatically and this is an option.

See the main README.md and Nerves.Runtime.StartupGuard for integration with your project.

  • Changes
    • Add Nerves.Runtime.StartupGuard
    • Fix new Elixir 1.20 warnings

v0.13.10

  • Changes
    • Support overriding or disabling data partition initialization. See the :init_module option documentation.
    • Support passing extra options to fwup to enable fwup to run third party programs. See the :fwup_extra_options option documentation.
    • Defer Nerves KV loading until actually needed. This removes many unnecessary loads, but most importantly defers work that could potentially fail from early initialization. This allows it to fail in places that are easier to debug.
    • Support passing arguments to rngd and haveged if you're using them. See rngd_args and haveged_args in the application config. This is a rare use case especially since Linux kernels have improved their support for early entropy.
Changelog

Sourced from nerves_runtime's changelog.

v0.13.11 - 2026-01-29

This change adds a simple firmware validator for Nerves devices that validate their firmware the first time it's run. It's optional and the default is to not use it. This is useful for all Nerves systems that require validation on boot and is intended to ease the change on the Raspberry Pi "2.0" Nerves systems.

The simple firmware validator only checks that all OTP applications have started up successfully. If you already have a firmware validator, you can just ignore this.

If you don't know if you need a firmware validator, you likely don't since your device boots with the assumption that the firmware will work. If you need to run fw_validate or Nerves.Runtime.validate_firmware/0 every time you load new firmware, then you'll want some code to do it automatically and this is an option.

See the main README.md and Nerves.Runtime.StartupGuard for integration with your project.

  • Changes
    • Add Nerves.Runtime.StartupGuard
    • Fix new Elixir 1.20 warnings

v0.13.10 - 2025-12-01

  • Changes
    • Support overriding or disabling data partition initialization. See the :init_module option documentation.
    • Support passing extra options to fwup to enable fwup to run third party programs. See the :fwup_extra_options option documentation.
    • Defer Nerves KV loading until actually needed. This removes many unnecessary loads, but most importantly defers work that could potentially fail from early initialization. This allows it to fail in places that are easier to debug.
    • Support passing arguments to rngd and haveged if you're using them. See rngd_args and haveged_args in the application config. This is a rare use case especially since Linux kernels have improved their support for early entropy.
Commits
  • 189543a v0.13.11 release
  • ba943ea Bump credo from 1.7.15 to 1.7.16
  • 0f548e1 Add changelog to project links
  • 4085bbd Add a simple system startup guard
  • 2679a46 Update firmware metadata spec for active and validation information
  • 136db32 Bump all deps and CI
  • d4479be Fix Elixir 1.20 warnings about unused requires
  • 2891f13 Fix typo
  • d2c2455 Bump deps and fix new credo warning
  • b1ed62e v0.13.10 release
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [nerves_runtime](https://github.com/nerves-project/nerves_runtime) from 0.13.9 to 0.13.11.
- [Release notes](https://github.com/nerves-project/nerves_runtime/releases)
- [Changelog](https://github.com/nerves-project/nerves_runtime/blob/main/CHANGELOG.md)
- [Commits](nerves-project/nerves_runtime@v0.13.9...v0.13.11)

---
updated-dependencies:
- dependency-name: nerves_runtime
  dependency-version: 0.13.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Jan 30, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2026

Superseded by #247.

@dependabot dependabot bot closed this Feb 3, 2026
@dependabot dependabot bot deleted the dependabot/hex/nerves_runtime-0.13.11 branch February 3, 2026 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants